input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset!important;}
*{outline: none;}
body{
	max-width: 1920px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}
img{
	border: 0 none;
}
img.captcha-img{
	cursor: pointer;
	height: 40px!important;
}
.xh-reglogo{
	padding:0;
	margin:auto;
	margin-bottom: 15px;
}
.xh-reglogo a{
	display:block;

}
.xh-reglogo a img{
	width: 160px;
}
.xh-regbox{
	box-sizing: border-box;
	width: 420px;
	padding:40px 30px;
	margin-top: 40px;
}
.xh-regbox .form-control{
	padding:0 12px;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
}
.xh-regbox .xh-btn, .xh-btn{
	padding:0;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	border:1px solid #00b2f1;
	box-shadow: none;
}
.xh-regbox .xh-btn-default, .xh-btn-default{
	color: #00b2f1;
}
.xh-regbox .xh-btn-default:hover,.xh-btn-default:hover{
	background: #e1f7ff;
}
.xh-regbox .xh-btn-primary, .xh-btn-primary{
	background: #00b2f1;
	font-size: 16px;
}
.captcha-qq .captcha-qq-icon{
	vertical-align: baseline;
	position: relative;
    top: 3.5px;
}
.xh-user-register{
	margin:20px 0 20px;
	color: #333;
}
.xh-user-register a{
	color: #333;
	text-decoration: unset;
}
.xh-user-register a:hover{
	color: #00b0ec;
}
.o-title{
	position: relative;
	color: #999;
	font-size: 13px;
	text-align: center;
}

.o-title::before{
    content: "";
    width: calc(50% - 50px);
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
}

.o-title::after{
    content: "";
    width: calc(50% - 50px);
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    right: 0;
}
.xh-social{
	text-align: center;
}
.xh-social-item{
	width: 26px;
	height: 26px;
	background-size: cover!important;
	float: none;
	display: inline-block;
	margin-right: 18px;
}
label .xh-social-item{
	vertical-align: middle;
}
@media(max-width: 450px){
	body, html {
	    width: 100%;
	    min-height: 100%;
	    overflow-x: hidden;
	    box-sizing: border-box;
	    background: #fff;
	}
	.xh-regbox{
		width: 100%;
		margin:0;
		border: none;
		height: 100%;
	}
}


/*登录背景*/
.bg-panel{
	width: 100%;
	background: #c3c5bf;
}
.bg-wrap{
	width: 1200px;
	height: 780px;
	position: relative;
	margin:0 auto;
}
.bg-wrap .login-box{
	position: absolute;
	top: 70px;
	right: 0;
	margin-top: 0;
}
.foot{
	padding:135px 0 30px;
	text-align: center;
	font-size: 11px;
    color: #9d9d9d;
}
.foot .service a{
    text-decoration: none;
    color: #666;
}
.foot .service a:first-child img{
    width: 18px;
    height: 15px;
    vertical-align: text-bottom;
    margin-right: 10px;
}
.foot .service a:last-child img{
    width: 12px;
    height: 16px;
    vertical-align: text-bottom;
    margin-right: 10px;
}
.foot .service a span.online-person{
	margin-right: 30px;
}
.bg-panel .logo{
	position: absolute;
    top: 0;
    left: 243px;
    height: 52px;
    width: 145px;
    background: url(//www.51cube.com/wp-content/uploads/2020/01/login-logo-left-top.png) center no-repeat;
    background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="//www.51cube.com/wp-content/uploads/2020/01/login-logo-left-top.png",sizingMethod='scale');
}
.bg-panel .logo a{
	display: block;
	width: 100%;
	height: 100%;
}
@media(max-width: 1217px){
	.foot{
		padding:80px 20px 20px;
	}
	.bg-panel .logo{
		left: 20px;
	}
	.bg-img{display: none;}
	.bg-wrap{
		width: 100%;
		background: url(//www.51cube.com/wp-content/uploads/2020/01/login-background.jpg) no-repeat center;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="//www.51cube.com/wp-content/uploads/2020/01/login-background.jpg",sizingMethod='scale');
		background-size: cover;
	}
	.bg-wrap .login-box{
		right: 20px;
	}
}
@media(max-width: 450px){
	.bg-panel .logo,.foot{
		display: none;
	}
	.bg-wrap .login-box{
		position: static;
		top: 0;
	}
	.bg-wrap{
		background: transparent;
		height: auto;
	}
}

















